Total Complexity | 52 |
Dependencies | 0 |
Dependents | 1 |
Total lines | 421 |
Lines of code | 181 |
Logical lines of code | 102 |
Comment lines | 124 |
Methods | 24 |
Properties | 21 |
Method | Rating | Maintainability | Complexity | Lines of code |
---|---|---|---|---|
calculateGoodnessOfFit() | 43 | 11 | 48 | |
leastSquareFit() | 52 | 4 | 23 | |
__construct() | 61 | 3 | 12 | |
getSlope() | 71 | 2 | 6 | |
getSlopeSE() | 71 | 2 | 6 | |
getIntersect() | 71 | 2 | 6 | |
getIntersectSE() | 71 | 2 | 6 | |
getGoodnessOfFit() | 71 | 2 | 6 | |
getGoodnessOfFitPercent() | 70 | 2 | 6 | |
getStdevOfResiduals() | 71 | 2 | 6 | |
getSSRegression() | 71 | 2 | 6 | |
getSSResiduals() | 71 | 2 | 6 | |
getDFResiduals() | 71 | 2 | 6 | |
getF() | 71 | 2 | 6 | |
getCovariance() | 71 | 2 | 6 | |
getCorrelation() | 71 | 2 | 6 | |
getError() | 82 | 1 | 3 | |
getBestFitType() | 82 | 1 | 3 | |
getValueOfYForX() | 100 | 1 | 0 | |
getValueOfXForY() | 100 | 1 | 0 | |
getXValues() | 82 | 1 | 3 | |
getEquation() | 100 | 1 | 0 | |
getYBestFitValues() | 82 | 1 | 3 | |
sumSquares() | 67 | 1 | 8 |